home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Terminal 2.2 / Project / Sources / Procedure.h < prev    next >
Text File  |  1992-01-17  |  518b  |  17 lines

  1. /*
  2.     Terminal 2.2
  3.     "Procedure.h"
  4. */
  5.  
  6. short Display (Byte *);
  7. short Download (Byte *, Boolean, short);
  8. short Folder (short *, long *);
  9. short PortSetUp (short, short, short, short, Byte *, short, short);
  10. short TerminalSetup (short, short, short, short);
  11. short TextsendSetup (Byte *, long, long);
  12. short TransferSetup (short, short, short, short);
  13. short Type (Byte *);
  14. short Upload (Byte *, Boolean, short);
  15. short XYModemSetup (Boolean, short, short, long);
  16. short ZModemSetup (Boolean, long, long, long, long, long, long);
  17.